
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
.footer{
    font-family: 'Hind Siliguri', sans-serif;
    background-color: #111111;
    color: #fefefe;
}
.footer h5{
    font-size: 20px !important;
    position: relative;
    margin-top: 18px;
    
}
.footer span p{
    font-size: 15px;
    font-family: 'Hind Siliguri', sans-serif;
    text-align: justify;
    word-spacing: 120%;
}
.footer .col-md-3 ul li a{
    color: #fefefe !important;
    text-decoration: none;
    font-size: 15px;
   
}
.footer .col-md-3 ul li :hover{
    color: #D21E2B !important;
}
.footer .col-md-3 ul li{
    font-family: 'Hind Siliguri', sans-serif;
    list-style-type: none;
}
.footer .col-md-2 ul li a{
    color: #fefefe !important;
    text-decoration: none;
    font-size: 15px;
   
}
.footer .col-md-2 ul li :hover{
    color: #D21E2B !important;
    
}
.footer .col-md-2 ul li{
    font-family: 'Hind Siliguri', sans-serif;
    list-style-type: none;
}
.footer .col-md-2 span ul li{
    display: inline-block;
    margin: 4px 8px;
}
#ligne{
    width: 80px !important;
    background-color: #D21E2B !important;
    border: 0;
    opacity: 15;
    height: 2px;
    color: #D21E2B !important;
    position: relative;
    bottom: 10px !important;
    
}
.footer .bat ul li{
    list-style-type: none;
    display: inline-block;
    color: #fefefe !important;
}
.footer .bat ul li :hover{
    color: #D21E2B !important;
}
.footer .bat ul li a{
    font-size: 15px;
    color: #fefefe !important;
    text-decoration: none;
}
.footer .bat p{
    font-size: 14px;
}
.footer .bat p a{
    color: #fefefe;
    text-decoration: none;
}
.footer .bat p a:hover{
    color: #D21E2B;
    text-decoration: underline;
}

